home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 32.zip / BS1 part 32 / Del.help dpaint III disk 2.adf / CHANGECOLOR.TXT2 < prev    next >
Text File  |  1989-12-09  |  987b  |  27 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                              CHANGING BRUSH COLORS
  7.                              ~~~~~~~~~~~~~~~~~~~~~
  8.  
  9.       BG->FG  Provides an easy method of making a global BRUSH color
  10.       change.  Performing this function changes all instances of the
  11.       background color in the brush to the current foreground color.
  12.       Remember that this color change only affects the colors in the
  13.       BRUSH, not in the image or the palette.
  14.  
  15.       BG<->FG The main difference between this function and BG->FG is
  16.       that a SWAP is performed--the color change occurs in both directions.
  17.       Again, this is a BRUSH color change and doesn't affect the picture
  18.       or the palette itself.
  19.  
  20.       REMAP   Should be used in place of USE BRUSH PALETTE when you want
  21.       to retain the palette settings of the picture. REMAP only changes
  22.       the locations where the brush looks for its colors by finding a
  23.       close match in the existing palette rather than adjusting the
  24.       palette colors.
  25.  
  26.  
  27.